home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000069_news@columbia.edu _Wed Jul 24 13:23:12 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id NAA09562 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 24 Jul 1996 13:23:12 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id NAA07105 for kermit.misc@watsun; Wed, 24 Jul 1996 13:23:12 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc,comp.dcom.modems
  7. Subject: Re: Problem getting 28800 bps in C-Kermit 5A(190) on a v.34 internal
  8. Date: 24 Jul 1996 17:22:52 GMT
  9. Organization: Columbia University
  10. Lines: 92
  11. Message-ID: <4t5m5c$d31@apakabar.cc.columbia.edu>
  12. References: <CROTEN.96Jul24005129@crl.crl.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14. Xref: news.columbia.edu comp.protocols.kermit.misc:5642 comp.dcom.modems:145438
  15.  
  16. In article <CROTEN.96Jul24005129@crl.crl.com>,
  17. Charles Roten <croten@crl.crl.com> wrote:
  18. : Using C-Kermit as my commo workhorse.  Compiled without any standard 
  19. : error at all.  Seemingly, a nice clean make and install.  
  20. : Yeah, I set the compile-time flag according to the file ckccfg.doc, so my 
  21. : (SunOS) make looked like the following:  
  22. :     make sunos4 "KFLAGS=-DBPS_28K"
  23. But...  SunOS does not support 28800 bps as a serial port speed.  It
  24. doesn't do any good to set a compile-time speed flag if the underlying OS
  25. does not support the speed.
  26.  
  27. : I _did_ hack the Makefile to support fullscreen display with "-DCK_CURSES".  
  28. : I also set "-DCK_WREFRESH" and "-DCK_PCT_BAR" .. all of which seem to do 
  29. : remarkably little to change C-Kermit's rather uninformative behavior when 
  30. : doing downloads.  
  31. Sounds like you forgot to tell C-Kermit (at runtime) to "set file display
  32. fullscreen"?  Try that and see a more informative display.
  33.  
  34. You don't need to add any flags for SunOS.  You get all the supported speeds
  35. automatically, and all the curses features too.  Just use the makefile
  36. entry as supplied.
  37.  
  38. : BTW .. ckccfg.doc is a trifle misleading on this topic .. as its example 
  39. : _violates_ the 8-character rule for the "DBPS" KFLAG .. which I learned 
  40. : about in _another_ piece of documentation packed with the UNIX archive 
  41. : file.  Come on folks .. I _know_ you can do better than that.  
  42. : Hence, 
  43. :     make sunos4 "KFLAGS=-DBPS_28000"
  44. : give a "wermit" which does _not_ give 28 Kbps as one of its speeds when 
  45. : "set speed ?" is typed.  But my _first_ make example _does_.  
  46. :
  47. That is not how the flag is spelled.  It is spelled BPS_28K, and it does not
  48. violate the 8-character rule, which does not apply to the Sun (or gcc)
  49. compiler anyway.  But as noted, it does no good to add the flag because SunOS
  50. does not support this speed.  Ditto for 14400, 57600, 115200, and all the
  51. other ones that are not listed.  Look in /usr/include/sys/ttydev.h for a
  52. list of the supported speeds, and notice that they are the same that the
  53. SunOS version of C-Kermit lists for you when you type "set speed ?".
  54.  
  55. I'll add a note to this effect to the ckccfg.doc file to clarify this.
  56.  
  57. : The problem .. "set speed 28800" gives the following result on a _V.34_ 
  58. : modem ...  
  59. :     vulcan>set speed 28800
  60. :     ?Unsupported line speed - 28800
  61. The message says what it means.  C-Kermit told SunOS to set the speed of the
  62. port to 28800, and SunOS said "no" because it does not support that speed.
  63.  
  64. : I _can_ set the speed to 38400 .. but max throughput indicates a solid 
  65. : connection at _half_ that speed, 19200.  I _cannot_ seem to access 
  66. : 28.8 Kbps .. even though the following experiment was tried from C-Kermit's 
  67. : command line .. 
  68. : Question .. WHAT GIVES ???
  69. : Nope, it's not slow serial port UARTS .. as the internal modem has 16550's 
  70. : _on_ _board_ .. making my serial port's UART irrelevant, even though it 
  71. : _is_ slow.  
  72. : BTW, the system is an elderly Sun 386i, with a generic "Best Data" 
  73. : "Smart One" (tm) 2834F Rockwell chipset v.34 internal modem.  
  74. Hope that's not an RPI model...
  75.  
  76. : Thanks in advance .. as I would _really_ like to extract that last third 
  77. : of throughput from my v.34 internal modem.  
  78. Set the speed to 38400, which is the highest speed available in SunOS.
  79.  
  80. Tell C-Kermit to "set dial speed-matching off" and "set flow rts/cts".
  81.  
  82. Make sure the modem is configured for RTS/CTS (this might not work in old
  83. SunOS versions, but works fine in 4.1 -- again, it's a SunOS limitation,
  84. having nothing to do with Kermit).
  85.  
  86. This topic is covered in more detail in our FAQ:
  87.  
  88.   http://www.columbia.edu/kermit/faq.html
  89.   ftp://kermit.columbia.edu/kermit/faq.txt
  90.  
  91. (see, especially, item 17) and of course in the manual "Using C-Kermit".  
  92.  
  93. - Frank